Conversation
Greptile SummaryThis is an automated release PR generated by release-plz, bumping
|
| Filename | Overview |
|---|---|
| crates/ratatui-toaster/CHANGELOG.md | Adds v0.1.3 release entry; missing v0.1.2 entry breaks changelog continuity from 0.1.1 → 0.1.3 |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["release-plz triggers release PR"] --> B["Bump ratatui-toaster 0.1.2 → 0.1.3"]
A --> C["Bump gitv-tui 0.4.2 → 0.4.3"]
B --> D["Append entry to crates/ratatui-toaster/CHANGELOG.md"]
C --> E["gitv-tui changelog (not in this diff)"]
D --> F{"0.1.2 entry present?"}
F -- "No (gap)" --> G["⚠️ Changelog skips 0.1.1 → 0.1.3"]
F -- "Yes" --> H["✅ Continuous history"]
Reviews (1): Last reviewed commit: "chore: release" | Re-trigger Greptile
| ## [0.1.3](https://github.com/JayanAXHF/gitv/compare/ratatui-toaster-v0.1.2...ratatui-toaster-v0.1.3) - 2026-04-19 | ||
|
|
||
| ### <!-- 7 -->Miscellaneous Tasks | ||
|
|
||
| - release |
There was a problem hiding this comment.
The changelog jumps from 0.1.1 directly to 0.1.3, skipping 0.1.2. The PR description states this release bumps ratatui-toaster from 0.1.2 → 0.1.3, implying 0.1.2 was a previously published version — but there is no corresponding entry in this file. If 0.1.2 was released, its changes should be documented here to maintain an accurate history for downstream consumers.
|
|
||
| ## [0.1.3](https://github.com/JayanAXHF/gitv/compare/ratatui-toaster-v0.1.2...ratatui-toaster-v0.1.3) - 2026-04-19 | ||
|
|
||
| ### <!-- 7 -->Miscellaneous Tasks |
There was a problem hiding this comment.
Raw HTML comment in section heading
The section heading ### <!-- 7 -->Miscellaneous Tasks contains a literal HTML comment that will be invisible in most Markdown renderers, but is visible in raw file views (e.g. GitHub's "Raw" button, cat, editors). Most changelog viewers and crate registries (docs.rs, crates.io) will render it cleanly, but it may look odd in diff views or plain-text tooling. If this is intentional release-plz ordering syntax, it can be left as-is — otherwise the comment should be stripped.
| ### <!-- 7 -->Miscellaneous Tasks | |
| ### Miscellaneous Tasks |
🤖 New release
ratatui-toaster: 0.1.2 -> 0.1.3gitv-tui: 0.4.2 -> 0.4.3Changelog
ratatui-toastergitv-tuiThis PR was generated with release-plz.